home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / xa / AggregateAttributeDecl$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  750 b   |  17 lines

  1. package com.extensibility.xa;
  2.  
  3. import com.extensibility.xml.AttributeDeclaration;
  4.  
  5. class AggregateAttributeDecl$1 implements AggregateAttributeDecl.Operation {
  6.    // $FF: synthetic field
  7.    final AggregateAttributeDecl this$0;
  8.  
  9.    public void performOperation(AttributeDeclaration var1) {
  10.       var1.resetOwner();
  11.    }
  12.  
  13.    AggregateAttributeDecl$1(AggregateAttributeDecl var1) {
  14.       this.this$0 = var1;
  15.    }
  16. }
  17.